home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Online / ACS-Notify / ACS-Notify.doc < prev    next >
Encoding:
Text File  |  1998-02-01  |  4.4 KB  |  213 lines

  1.  
  2. NOTE. THIS REXX SCRIPT IS NOW EMAILWARE AND YOU SHOULD EMAIL ME
  3.       IF YOU USE IT....
  4.  
  5. WHAT IS IT
  6. ----------
  7. This is a new notifyRexx script for amicommSys (Registerd).
  8.  
  9. What Does It Do 
  10. ---------------
  11. What this script does is notify you when specific users connect
  12. or disconnect.
  13.  
  14. o It will play a different sample for a user connecting / disconnecting
  15. o Pop up a requestor telling you who connected / disconnected
  16. o Check if a specific user is on line when you connect
  17. o All Features are selectable
  18. o Send info to Amirc if amirc is loaded.
  19. o Send random Greating to Freind Connecting
  20. o Use Reqtool's or Amicomsys's requestors.
  21. o + more see below
  22.  
  23. How Do I Install It
  24. --------------------
  25.  
  26. Simply Just Copy the script to /amicomsys/rexx and enable notify.arexx
  27. in AmicomSys setings.
  28.  
  29. What Does it Require 
  30. --------------------
  31. Amicomsys 1.15
  32. RexxMast Running
  33. RexxReqtools.libaray 
  34.  
  35. Settings
  36. --------
  37.  
  38. player = ''
  39. -----------
  40.  
  41. put the Mod or Sample Player here With Path .
  42.  
  43. soundfileC = ''
  44. ---------------
  45.  
  46. enter the name & Path of the Sound File to Play when user Connects
  47.  
  48. soundfileD = ''
  49. --------------
  50.  
  51. enter the name & Path of the Sound File to Play when user Disconnects.
  52.  
  53. PlaySound = ''
  54. -----------------
  55.  
  56. option Yes Or NO
  57. If set to yes then a sample will be Played Matching of a listed user
  58.  
  59. user.0 = '' 
  60. ---------------
  61.  
  62. This is where you put the user name / nick of the user you wish to be 
  63. notifyed of. there is no limit of the users you can have connected.
  64.  
  65. template user.<x> = ' <User> ' x must be 0 on the first entry Eg
  66.  
  67. user.0 = 'PO' 
  68. user.1 = 'LaLa' 
  69. user.2 = 'Tinkywinky' 
  70. user.3 = 'Dispy'
  71.  
  72. ect ..... 
  73.  
  74. NumberOfUsers = x
  75. -----------------
  76. The Number of users you have entered
  77.  
  78. eg. 
  79.  
  80. if you had....
  81.  
  82. user.0 = '' 
  83. user.1 = '' 
  84.  
  85. Then this would be set to >> 1 <<
  86.  
  87. ShowReqC = '' 
  88. -------------
  89. option  Yes or No
  90. if set to yes a requestor would be shown when a users from the list
  91. connects
  92.  
  93. ShowReqD = ''
  94. -------------
  95. option  Yes or No
  96. if set to yes a requestor would be shown when a users from the list
  97. Disconnects
  98.  
  99. UseAmirc
  100. --------
  101. option  Yes or No
  102.  
  103. If set to yes when you have amirc loaded all msg's will be sent to amirc's main
  104. window insted or the requester 
  105.  
  106. UseGeatz
  107. --------
  108. option  Yes or No
  109.  
  110. If set to yes then a Greating will be Auto sent to user connecting
  111.  
  112. NoGreatzTo
  113. ----------
  114.  
  115. This will alow you to select users you have in your user list never
  116. to get an auto greating sent . you just put the user name in the options
  117. see below.
  118.  
  119. eg
  120.  
  121. NoGreatzTo = '<User1> <User2> <User3>' 
  122.  
  123.  
  124. Greatings.x 
  125. -----------
  126.  
  127. This works in the same way as user.x (see Above) but you enter
  128. a greating insted of the user name .
  129.  
  130. Eg Greating.0 = 'Yo %n You ROCK' ( %n will be replaced with the user name)
  131.  
  132. You can not use (") in the Greatings (Sorry) & if you wish to Use ['] in
  133. The Greating then you may use [^] and this will be replaced for ['] .
  134.  
  135. Gsk Ask befor sending greating
  136. ------------------------------
  137.  
  138. option  Yes or No
  139.  
  140. If set to yes then you will be asked befor the Greating is sent
  141.  
  142. NumberOfGretz
  143. -------------
  144.  
  145. The Number of Greating's you have entered
  146.  
  147. eg. 
  148.  
  149. if you had....
  150.  
  151. Greating.0 = '<Some Text>'
  152. Greating.1 = '<Some Text>'
  153.  
  154. Then this would be set to >> 1 <<
  155.  
  156. Pubscreen
  157. ---------
  158.  
  159. Pubscr = '<Public Screen>'
  160.  
  161. This will allow the requsetor to appear on a public screen, if no 
  162. public screen name given or the name given is not the front mosed
  163. then workbench is used.
  164.  
  165. THIS IS ONLY FOR THE REQTOOLS REQUESTOR......
  166.  
  167. ReqType
  168. -------
  169. option  ACS or REQT
  170.  
  171. this option alows you to select which type of requester is used
  172.  
  173. ACS - Use Amicomsys's Requestor
  174. REQT - Use Reqtools Requestor 
  175.  
  176. Future Of this Script
  177. ---------------------
  178.  
  179. Well i may fix any bugs that i find or that are requested,
  180.  
  181. The author Of amicomsys is planning to add what this script does to
  182. amicommsys so there may not be many updates... 
  183.  
  184. Legal Stuff
  185. ----------
  186.  
  187. This Script is emailWare so email me if you use it PLEASE.
  188.  
  189. You May Modify the script if you wish but please let my now if you
  190. Do So...
  191.  
  192. THIS SCRIPT MAY ONLY BE DISTRIUTBED BY AMINET & THE AUTHOR OF AMICOMSYS
  193. ANY PD LIBRAYS OR MAGS MAY DISTRUBUTE IT IF YOU ASK ME FIRST..
  194.  
  195. WHO DONE IT
  196. -----------
  197.  
  198. Email: scott@online.u-net.com
  199. Web  : http:www.online.u-net.com
  200.  
  201. Updates : http:www.online.u-net.com/updates/
  202.  
  203. Updates to this script may be found at the above address when avable
  204.  
  205. Scott
  206.  
  207. Thanx to
  208. --------
  209.  
  210. juz - for the testing & the suggestion for the ' in the greatings
  211. dice - for the email and for pointing out the spelling errors 
  212. hakan - for amicomsys & some more type-O's...
  213.